Playlist Type
Defines the different types or categories of playlists available in the RevelDigital player system.
The playlist type often dictates how the content within the playlist is handled, rendered, or scheduled. For example, a TICKER playlist would likely have different rendering characteristics and constraints than a GALLERY (multimedia) playlist.
Each type is associated with an underlying integer value, which might be used for persistence or communication with other parts of the system.
See also
// Example: How this enum might be used by a Playlist object
Functions
PlaylistType
enum constant.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.